home *** CD-ROM | disk | FTP | other *** search
- global BlinkObjekt, CurrentStep, startPos
-
- on new me
- set CurrentStep to 0
- set startPos to the locV of sprite 47
- set BlinkObject to 0
- set the locH of sprite 99 to 680
- set BlinkObjekt to new(script "Blink")
- end
-
- on exitFrame
- checkBlink(BlinkObjekt)
- go(#loop)
- end
-